Blobst Studios is a small, independent software house that concentrates on Windows utilities aimed at system administrators and power users who need rapid, scriptable ways to validate large sets of files. Its only public title, bVald, behaves as a headless checksum verifier: drag a folder onto the executable or call it from PowerShell and it recursively hashes every file against a pre-generated list, then exports a color-coded CSV report that flags mismatches, missing entries, or permission errors. The engine supports SHA-1, SHA-256, SHA-512 and MD5 concurrently, can spawn parallel threads to saturate NVMe storage, and writes an optional JSON log that feeds directly into monitoring stacks such as Grafana or Splunk. Typical use cases range from overnight integrity checks of backup repositories, through QA gates that confirm deployment packages reached production unaltered, to forensic sweeps where investigators must prove that offline evidence drives remain bit-for-bit identical since imaging. Because the program is distributed as a single portable EXE with no installer or runtime dependencies, it slips easily into WinPE recovery media, MDT task sequences, or portable toolkits on encrypted USB sticks. A lightweight GUI is hidden behind a –gui switch, but the default operation is command-line first, making bVald equally at home in Server Core, Windows Sandbox, or automated GitHub Actions runners. Blobst Studios keeps the utility updated with cryptographic best-practices and publishes release notes in plain text for easy parsing by update scripts. The publisher’s software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest version and allowing batch installation alongside other applications.
bVald Setup
Details